Release 10.1A: OpenEdge Deployment:
Startup Command and Parameter Reference
Initial Value Segment No Convert (-isnoconv)
Use Initial Value Segment No Convert (
-isnoconv) to disable a code page conversion that Version 9.1A provides and that previous versions do not.
Operating system
and syntax UNIX
Windows-isnoconv Use
with Maximum value Minimum value Single-user default Multi-user default Client Session – – – –
Consider using
-isnoconvwhen all of the following conditions occur:
- A 4GL program contains character variables initialized from text literals.
- The text literals contain international characters (whether or not the literal is flagged as untranslatable using the
:Uattribute).- The code page of the r-code (
-cprcodein) does not match the code page of internal memory (-cpinternal).- This is a compile-time option, not a run-time option, and affects the generation of r-code, not its execution.
When you run earlier versions of Progress under these conditions, and Progress reads text literals from r-code into internal memory, it does not convert the code page. To compensate for this, programmers often pre-convert international characters in text literals to
-cpinternal.When you run Version 9.1A under these conditions, and Progress reads text literals from r-code into internal memory, it converts the code page from
Note: Progress Software Corporation recommends that you avoid preconverting text literals.-cprcodeinto-cpinternal. This code page conversion might cause international characters you have pre-converted to -cpinternalto be converted again to-cpinternal, which garbles them.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |